STEP 2: Let's rename the variables we just added into our main function!
Functions can return multiple values, not just one. We separate these variables using a comma (,).
- Change the first variable from my_var1 to text. This is our text sprite currently on the stage.
- Change the second variable from my_var2 to blocker. This is the black, rectangular overlay on the screen.
To navigate the page using the TAB key, first press ESC to exit the code editor.